home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / prjman_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-09-03  |  2KB  |  40 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="prjman_toolbar">
  4.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
  5.         <bitmapsize>16,16</bitmapsize>
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="project_menu_addproject">
  8.             <bitmap>./img/prj_addproj.png</bitmap>
  9.             <tooltip>Add project to workspace</tooltip>
  10.             <longhelp>Add project to workspace</longhelp>
  11.         </object>
  12.         <object class="tool" name="project_menu_addfolder">
  13.             <bitmap>./img/prj_addfolder.png</bitmap>
  14.             <tooltip>Add virtual folder to project</tooltip>
  15.             <longhelp>Add virtual folder to project</longhelp>
  16.         </object>
  17.         <object class="tool" name="project_menu_add">
  18.             <bitmap>./img/prj_add.png</bitmap>
  19.             <tooltip>Add file to virtual folder</tooltip>
  20.             <longhelp>Add file to virtual folder</longhelp>
  21.         </object>
  22.         <object class="tool" name="project_menu_remove">
  23.             <bitmap>./img/prj_remove.png</bitmap>
  24.             <tooltip>Remove selection</tooltip>
  25.             <longhelp>Remove selected objects from the project</longhelp>
  26.         </object>
  27.         <object class="separator"/>
  28.         <object class="tool" name="project_menu_import">
  29.             <bitmap>./img/prj_import.png</bitmap>
  30.             <tooltip>Import physical directory into project</tooltip>
  31.             <longhelp>Import physical directory into project</longhelp>
  32.         </object>
  33.         <object class="tool" name="project_menu_refresh">
  34.             <bitmap>./img/prj_refresh.png</bitmap>
  35.             <tooltip>Refresh imported folders</tooltip>
  36.             <longhelp>Refresh imported folders</longhelp>
  37.         </object>
  38.     </object>
  39. </resource>
  40.